PUT /Report/TrackUsage/{id}/

Tracks the usage for the view provided. If the session and client ID are not provided, the current cookie values are used.
 

Request

Method Request URI
PUT /API/Report/TrackUsage/{id}/?sessionId=value&clientId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.
clientId The client ID.

Path Parameters

Path Parameter Description
id The ID of the view to track the usage for.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A status code indicating whether the operation was successful.